switch
Importance of break
Output of the program:
i=1:
One
i=2:
Two
i=3:
Three
i=4:
Four
i=5:
Bad value
break;
break;
break;
break;